Subject: Problem with SetTimer and ListView in MSVC4.0
Date: Wed, 13 Mar 96 21:45:06 GMT
Organization: Generation.NET
Message-ID: <4i7fg1$slr@chinook.Generation.NET>
NNTP-Posting-Host: portc39.generation.net
Summary: My application has a View Class derived from CListView. I set a timer in the OnInitialUpdate() and I map the WM_TIMER message in that view. The problem is that I get called in the OnTimer function only once.
X-Newsreader: News Xpress 2.0 Beta #0
Keyword: SetTimer ListView
If I use the standard Cview base class instead, it works fine.